您要查找的是不是:
- 同样,循环结构也不影响require()的行为。Similarly, looping structures do not affect the behaviour of require().
- include()产生一个警告而require()则导致一个致命错误。They both produce a Warning, but require() results in a Fatal Error.
- require()和include()除了怎样处理失败之外在各方面都完全一样。Require() and include() are identical in every way except how they handle failure.
- 如果当前脚本文件是被include()的或者require()的,则控制交回调用文件。If the current script file was include()ed or require()ed, then control is passed back to the calling file.
- 换句话说,如果想在丢失文件时停止处理页面,那就别犹豫了,用require()吧。In other words, don't hesitate to use require() if you want a missing file to halt processing of the page.
- 尽管目标文件中包含的代码仍然是循环的主体,但require()本身只会运行一次。Although the code contained in the target file is still subject to the loop, the require() itself happens only once.
- 注:在PHP 4.0.2之前适用以下规则:require()总是会尝试读取目标文件,即使它所在的行根本就不会执行。Note: Prior to PHP 4.0.2, the following applies: require() will always attempt to read the target file, even if the line it's on never executes.
- 论文首先对现代企业管理思想和技术作了综述,介绍了企业管理系统从MRP(Material Require Planning,物料需求计划)到ERP(Enterprise Resource Planning,企业资源计划)的发展过程以及在企业管理中的作用。First, this paper makes a summary about the idea and technology of modern enterprise management, and introduces the development process and function of enterprise management system from MRP(Material Require Planning) to ERP(Enterprise Resource Planning).